is_missing Function

public elemental function is_missing(x) result(rst)

Determines if the supplied value represents a missing observation.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: x

The value to test.

Return Value logical

Returns true if the value is missing; else, false.